DXS CREATE EMPTY SPRITE
This command create a sprite using an empty texture of given size.
The image is created internally and does not need other intervention from the user. It is possible to setthe default fill color for the new texture. By default, the white color, RGB(255,255,255), will be used.
The pointer returned by the command must be kept to use the sprite after.
Syntax
Sprite Pointer = DXS CREATE EMPTY SPRITE(Width, Height)
Sprite Pointer = DXS CREATE EMPTY SPRITE(Width, Height, RGB Code)
Sprite Pointer = DXS CREATE EMPTY SPRITE(Width, Height, Red, Green, Blue)
AdvancedSPRITES : Commands Menu